home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000171_rock_spambust_violin@yahoo.com_Mon Oct 17 14:44:41 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!news2.wam.umd.edu!nntp.abs.net!newsread.com!news-xfer.newsread.com!postnews.google.com!g44g2000cwa.googlegroups.com!not-for-mail
  2. From: "tomviolin" <rock_spambust_violin@yahoo.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: set timeout for HTTP transfers?
  5. Date: 16 Oct 2005 22:56:39 -0700
  6. Organization: http://groups.google.com
  7. Lines: 12
  8. Message-ID: <1129528599.691472.17580@g44g2000cwa.googlegroups.com>
  9. NNTP-Posting-Host: 68.166.82.137
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset="iso-8859-1"
  12. X-Trace: posting.google.com 1129528605 10067 127.0.0.1 (17 Oct 2005 05:56:45 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Mon, 17 Oct 2005 05:56:45 +0000 (UTC)
  15. User-Agent: G2/0.2
  16. X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7,gzip(gfe),gzip(gfe)
  17. Complaints-To: groups-abuse@google.com
  18. Injection-Info: g44g2000cwa.googlegroups.com; posting-host=68.166.82.137;
  19.    posting-account=ornCOQwAAAAyCG4a7NOAj_SMr54FiqNu
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15412
  21.  
  22. I have a Kermit data collection script that, among other things,
  23. retrieves a file via HTTP.  I am having trouble with the HTTP GET
  24. command failing with a timeout every once in a while.
  25.  
  26. The data I'm getting from the HTTP server isn't critical and so I'd
  27. like to set a short timeout on the HTTP GET operation so my whole data
  28. collection operation doesn't get held up waiting.
  29.  
  30. How does one set the timeout for the HTTP GET operation?
  31.  
  32. Thanks.
  33.